Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h427 #define XMLRPC_VectorAppendString(vector, id, s, len) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
428 #define XMLRPC_VectorAppendBase64(vector, id, s, len) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
431 #define XMLRPC_VectorAppendDouble(vector, id, f) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValue… argument
432 #define XMLRPC_VectorAppendInt(vector, id, i) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValueInt… argument
433 #define XMLRPC_VectorAppendBoolean(vector, id, i) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValu… argument
437 #define XMLRPC_VectorGetStringWithID(vector, id) XMLRPC_GetValueString(XMLRPC_VectorGetValueWithID( argument
438 #define XMLRPC_VectorGetBase64WithID(vector, id) XMLRPC_GetValueBase64(XMLRPC_VectorGetValueWithID( argument
439 #define XMLRPC_VectorGetDateTimeWithID(vector, id) XMLRPC_GetValueDateTime(XMLRPC_VectorGetValueWit… argument
440 #define XMLRPC_VectorGetDoubleWithID(vector, id) XMLRPC_GetValueDouble(XMLRPC_VectorGetValueWithID( argument
441 #define XMLRPC_VectorGetIntWithID(vector, id) XMLRPC_GetValueInt(XMLRPC_VectorGetValueWithID(vector argument
[all …]
H A Dxmlrpc.c1264 XMLRPC_VALUE XMLRPC_VectorGetValueWithID_Case (XMLRPC_VALUE vector, const char *id, in XMLRPC_VectorGetValueWithID_Case() argument
1266 if(vector && vector->v && vector->v->q) { in XMLRPC_VectorGetValueWithID_Case()
1267 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorGetValueWithID_Case()
1292 int XMLRPC_VectorRemoveValue(XMLRPC_VALUE vector, XMLRPC_VALUE value) { in XMLRPC_VectorRemoveValue() argument
1293 if(vector && vector->v && vector->v->q && value) { in XMLRPC_VectorRemoveValue()
1294 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorRemoveValue()
1300 Q_Iter_Del(vector->v->q, qi); in XMLRPC_VectorRemoveValue()
H A Dxmlrpc_introspection.c110 static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { in describe_method() argument
114 XMLRPC_AddValueToVector(vector, sm->desc); in describe_method()
/PHP-5.3/main/
H A Dphp_scandir.c63 struct dirent **vector = NULL; in php_scandir() local
93 newv = (struct dirent **) realloc (vector, vector_size * sizeof (struct dirent *)); in php_scandir()
97 vector = newv; in php_scandir()
107 vector[nfiles++] = (struct dirent *) memcpy(newdp, dp, dsize); in php_scandir()
112 *namelist = vector; in php_scandir()
122 free(vector[nfiles]); in php_scandir()
124 free(vector); in php_scandir()
/PHP-5.3/ext/hash/tests/
H A Dhaval.phpt2 haval algorithm (multi-vector, multi-pass, multi-width)
/PHP-5.3/main/streams/
H A Dstreams.c2272 char **vector = NULL; local
2292 efree(vector);
2297 vector = (char **) safe_erealloc(vector, vector_size, sizeof(char *), 0);
2300 vector[nfiles] = estrdup(sdp.d_name);
2306 *namelist = vector;
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING73 into the vector, which it knows is big enough.
141 The compiled form of a pattern is a vector of units (bytes in 8-bit mode, or
H A DChangeLog508 substring 1 is temporarily captured. If the output vector supplied to
518 slots in the output vector, pcre_exec() uses temporary memory during
520 using the entire output vector, but this conflicts with the specification
634 as the output vector has at least 2 elements. The offset of the start of
635 the failing character and a reason code are placed in the vector.
1150 eint vector in pcreposix.c.
1557 leak if the size of the offset vector was greater than 30. When the vector
1559 vector, but for larger vectors malloc() is used. It was failing to free
4438 captured string vector to pcre_exec(), but (since release 2.00) PCRE has
4719 matched with an offsets vector that wasn't big enough. The temporary memory
[all …]
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2735 pointers in the output vector (described with pcre_exec() below). To do
2961 ovector, /* vector of integers for substring information */
3354 Captured substrings are returned to the caller via a vector of integers
3359 The first two-thirds of the vector is used to pass back captured sub-
3361 of the vector is used as workspace by pcre_exec() while matching cap-
3731 be the number of elements in the vector divided by three.
3957 ovector, /* vector of integers for substring information */
3959 wspace, /* working space vector */
4071 workspace vector.
4078 should be extremely rare, as a vector of size 1000 is used.
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic14893 >0x00003B byte 0x02 (real vector)
14894 >0x00003B byte 0x03 (complex vector)
14926 >0x00003B byte 0x02 (real vector)
15368 >2 byte 101 (unsigned char vector)
15369 >2 byte 102 (short integer vector)
15370 >2 byte 103 (float 32 vector)
15371 >2 byte 104 (float 64 vector)
15372 >2 byte 105 (signed char vector)
15373 >2 byte 106 (bit plane vector)
15374 >2 byte 121 (feature vector)
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput2727 /This one's here because of the large output vector needed/I
H A Dtestoutput22182 /This one's here because of the large output vector needed/I

Completed in 121 milliseconds