Searched refs:np (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | funcs.c | 550 char *pbuf, *op, *np; in file_getbuffer() local 584 np = ms->o.pbuf; in file_getbuffer() 598 (void)memcpy(np, op, bytesconsumed); in file_getbuffer() 600 np += bytesconsumed; in file_getbuffer() 603 OCTALIFY(np, op); in file_getbuffer() 606 *np = '\0'; in file_getbuffer() 614 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer() 616 *np++ = *op++; in file_getbuffer() 618 OCTALIFY(np, op); in file_getbuffer() 621 *np = '\0'; in file_getbuffer()
|
H A D | cdf.c | 1168 const uint16_t *np; in cdf_unpack_catalog() local 1208 np = CAST(const uint16_t *, CAST(const void *, (b + 16))); in cdf_unpack_catalog() 1210 (np + cep->ce_namlen))); in cdf_unpack_catalog() 1217 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */ in cdf_unpack_catalog()
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_driver.c | 626 HashTable *np; in firebird_handle_preparer() local 637 ALLOC_HASHTABLE(np); in firebird_handle_preparer() 638 zend_hash_init(np, 8, NULL, NULL, 0); in firebird_handle_preparer() 641 if (!php_firebird_alloc_prepare_stmt(dbh, sql, &num_sqlda, &s, np)) { in firebird_handle_preparer() 651 S->named_params = np; in firebird_handle_preparer() 704 zend_hash_destroy(np); in firebird_handle_preparer() 705 FREE_HASHTABLE(np); in firebird_handle_preparer()
|
/php-src/ext/standard/tests/strings/ |
H A D | wordwrap_error.phpt | 54 … />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br …
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | value.h | 247 lxb_css_value_number_percentage_sr(const lxb_css_value_number_percentage_t *np,
|
/php-src/ext/dom/tests/ |
H A D | bug28721.phpt | 99 echo "\np:\n"; 117 echo "\np:\n";
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 976 int np; 3864 luaM_growvector(ls->L,f->p,fs->np,f->sizep,Proto*, 3867 f->p[fs->np++]=func->f; 3869 init_exp(v,VRELOCABLE,luaK_codeABx(fs,OP_CLOSURE,0,fs->np-1)); 3888 fs->np=0; 3912 luaM_reallocvector(L,f->p,f->sizep,fs->np,Proto*); 3913 f->sizep=fs->np;
|
H A D | dasm_x86.lua | 396 s = 8, ns = 9, p = 10, np = 11, l = 12, nl = 13, le = 14, nle = 15,
|
Completed in 52 milliseconds